.exo{
    display: flex;
    height: 400px;
    background-color: black;
    /* margin-top: 10px; */
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: white;
    /* font-weight: bold; */
    font-size: 15px;
    font-weight: bold;
}
#btn {
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    /* background-color: black; */
    color: aliceblue;
    width: 150px;
    height: 40px;
    font-weight: bold;
    border: none;
}
#a3:hover{
    font-weight: bold;
    border-bottom: 2px solid black;
    color: black;
}
.active5{
    position: relative;
    bottom: 1800px;
    left: 200px;
}
.active6{
    position: relative;
    bottom: 840px;
    left: 200px;
}
#act{
    height: 800px;
}
.active7{
    position: relative;
    bottom: 820px;
    left: 200px;
}